home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000234_news@columbia.edu _Thu Jul 1 17:49:13 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  993b

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA28747
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 1 Jul 1999 17:49:13 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA16777
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 1 Jul 1999 17:37:10 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Received file timestamp
  11. Date: 1 Jul 1999 21:37:10 GMT
  12. Organization: Columbia University
  13. Message-ID: <7lgn26$gc6$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <7lgk7h$s1n$1@solaris.cc.vt.edu>,
  17. Tim Rhodes  <rhodes@rhodes.cc.vt.edu> wrote:
  18. : What is the SET command to not preserve the sending file's timestamp in the
  19. : received file?
  20. :
  21. SET ATTRIBUTE DATE OFF
  22.  
  23. - Frank